home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / animazione.dir / 00035_Script_Otturatore anim < prev    next >
Text File  |  2000-11-03  |  235b  |  15 lines

  1. on mouseEnter
  2.   set the ink of sprite the currentSpriteNum to 0
  3.   cursor 280
  4.   
  5. end
  6. on mouseLeave me
  7.   set the ink of sprite the currentSpriteNum to 36
  8.   cursor -1
  9.   
  10. end
  11. on Mouseup me
  12.   go to frame 160 
  13.  
  14.   cursor -1
  15. end